Add a document to SearchResults.
C#
public void AddDoc(
ref String indexPath,
long docId,
ref array<int> hits
);
Parameters
Parameters |
Description |
---|---|
indexPath |
Path of the index that contains this document. |
docId |
Document id of the document in the index. |
hits |
Word offset of the hits in this document. |
See Also